projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7aeb737
)
(x_window): Don't add ibw to menubar_size.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 27 Aug 1996 13:40:00 +0000
(13:40 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 27 Aug 1996 13:40:00 +0000
(13:40 +0000)
src/xfns.c
patch
|
blob
|
history
diff --git
a/src/xfns.c
b/src/xfns.c
index a8bf946c596d371b2936039c12254fcf054a2d4e..524720f60a96a27e457774a46ee9f56f607151d8 100644
(file)
--- a/
src/xfns.c
+++ b/
src/xfns.c
@@
-2609,12
+2609,15
@@
x_window (f, window_prompting, minibuffer_only)
: 0);
extern char *lwlib_toolkit_type;
+#if 0 /* Experimentally, we now get the right results
+ for -geometry -0-0 without this. 24 Aug 96, rms. */
if (FRAME_EXTERNAL_MENU_BAR (f))
{
Dimension ibw = 0;
XtVaGetValues (pane_widget, XtNinternalBorderWidth, &ibw, NULL);
menubar_size += ibw;
}
+#endif
f->output_data.x->menubar_height = menubar_size;